.NET Framework Class Library |
ConcurrentDictionary<(Of <(TKey, TValue>)>)..::.IDictionary..::.GetEnumerator Method |
ConcurrentDictionary<(Of <(TKey, TValue>)>) Class See Also Send Feedback |
Provides an IDictionaryEnumerator for the
IDictionary<(Of <(TKey, TValue>)>).
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Private Function GetEnumerator As IDictionaryEnumerator Implements IDictionary.GetEnumerator |
C# |
---|
IDictionaryEnumerator IDictionary.GetEnumerator() |